Skip to content

bpo-30008: SSL module: emulate tls methods#3934

Closed
tiran wants to merge 1 commit into
python:masterfrom
tiran:bpo-30008-emulate-tls-methods
Closed

bpo-30008: SSL module: emulate tls methods#3934
tiran wants to merge 1 commit into
python:masterfrom
tiran:bpo-30008-emulate-tls-methods

Conversation

@tiran

@tiran tiran commented Oct 9, 2017

Copy link
Copy Markdown
Member

OpenSSL 1.1 compatility: emulate version specific TLS methods with
SSL_CTX_set_min/max_proto_version().

https://bugs.python.org/issue30008

@tiran tiran added needs backport to 2.7 type-bug An unexpected behavior, bug, or error labels Oct 9, 2017
@tiran tiran force-pushed the bpo-30008-emulate-tls-methods branch from 32c3157 to d801a09 Compare January 20, 2018 22:20
@tiran

tiran commented Feb 22, 2018

Copy link
Copy Markdown
Member Author

I don't have time to finish this for 3.7. I'm postponing this for 3.8.

@tiran tiran force-pushed the bpo-30008-emulate-tls-methods branch 2 times, most recently from b305777 to 1aeafe4 Compare February 25, 2018 19:24
OpenSSL 1.1 compatility: emulate version specific TLS methods with
SSL_CTX_set_min/max_proto_version().
@tiran tiran force-pushed the bpo-30008-emulate-tls-methods branch from 1aeafe4 to 991f017 Compare February 27, 2018 09:55
cotequeiroz added a commit to cotequeiroz/cpython that referenced this pull request Jun 5, 2018
Backport of PRs python#3934 and python#3943

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
@tiran tiran removed awaiting merge needs backport to 3.7 type-bug An unexpected behavior, bug, or error labels May 28, 2019
@tiran

tiran commented May 28, 2019

Copy link
Copy Markdown
Member Author

OpenSSL 1.0.2 will reach EOL soon. It doesn't make sense to keep this PR.

@tiran tiran closed this May 28, 2019
neheb added a commit to neheb/packages that referenced this pull request Jan 12, 2020
This is based on upstream work here:

python/cpython#3934
and
python/cpython#39430

First patch was kept as is (just rebased) while the second was combined
into one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
neheb added a commit to neheb/packages that referenced this pull request Jan 14, 2020
This is based on upstream work here:

python/cpython#3934
and
python/cpython#39430

First patch was kept as is (just rebased) while the second was combined
into one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
@floppym floppym mannequin mentioned this pull request May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants